Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++
1) Algorithm
2) Basics
3) Bitset
4) Class
5) Console
6) Data Structure
7) Data Type
8) Deque
9) Development
10) File
11) Function
12) Generic
13) Language
14) List
15) Map Multimap
16) Overload
17) Pointer
18) Qt
19) Queue Stack
20) Set Multiset
21) String
22) Valarray
23) Vector
Basics
1) Access out-of-range element
2) Catch out_of_range exception
3) Computing sum with template arrays for double array
4) Computing sum with template arrays for vector
5) Convenience function for the compose_f_gx adapter
6) Convenience function for the compose_f_gx_hx adapter
7) Convenience function for the compose_f_gx_hy adapter
8) Create your own unary function
9) Function object that prints the passed argument
10) Function object to process the mean value
11) Function parameter type
12) Function with stack as parameter
13) Function with vector as the parameter
14) Illustrating the generic adjacent_difference algorithm
15) Illustrating the generic inner_product algorithm with predicate
16) Illustrating the generic partial_sum algorithm
17) Illustrating the use of an adaptor for pointers to functions
18) Memory allocator
19) Sort all element in an array
20) Sort part of the elements in an array
21) Std
22) Use back_insert_iterator to insert element into a vector
23) Use generic function as predicate
24) Use list as the function parameter
25) Use predicate, which returns whether an integer is a prime number, with a list
26) Use random_shuffle algorithms with array
27) Use std
28) Use the generic partition algorithms
29) Use unique_copy to copy elements in an array to list with back_inserter
30) Using function templates to get the max and min value in an array
31) Using reverse_copy to copy the array reversely
32) Using template functions to output array of different types
33) Using the STL generic reverse algorithm with an array